home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
ICS
/
builder
/
collections
/
PulldownM.col
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
1KB
|
62 lines
/*
* Generated by the ICS builderXcessory (BX).
*
*
* Builder Xcessory 3.0.
*
*/
module main_uil
version = 'V1.0'
names = case_sensitive
!(IB)object MenuShell2 : XmMenuShell widget {
!(IB) arguments {
!(IB) XmNwidth = 1;
!(IB) XmNheight = 1;
!(IB) };
!(IB) controls {
!(IB) XmPulldownMenu PulldownMenu2 ;
!(IB) };
!(IB) callbacks {
!(IB) };
!(IB)};
object PulldownMenu2 : XmPulldownMenu widget {
arguments {
/*XmNrowColumnType = 2; */
XmNx = 0;
XmNy = 0;
XmNwidth = 84;
XmNheight = 31;
};
controls {
XmPushButton PushButton4 ;
};
callbacks {
};
};
object PushButton4 : XmPushButton widget {
arguments {
};
controls {
};
callbacks {
};
};
object CascadeButton1 : XmCascadeButton widget {
arguments {
XmNx = 5;
XmNy = 5;
XmNwidth = 100;
XmNheight = 21;
};
controls {
XmPulldownMenu PulldownMenu2 ;
};
callbacks {
};
};
end module;